home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 3-Presentations / Service⁄Support⁄Training / Self-Paced Training / Apple Scanner Training / Using / card_4399.txt < prev    next >
Text File  |  1988-07-14  |  2KB  |  108 lines

  1. -- card: 4399 from stack: in
  2. -- bmap block id: 4839
  3. -- flags: 4000
  4. -- background id: 2974
  5. -- name: Special Menus 1
  6.  
  7.  
  8. -- part 49 (button)
  9. -- low flags: 00
  10. -- high flags: A004
  11. -- rect: left=58 top=141 right=165 bottom=189
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Tear-Off Tools 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual zoom out to card
  23.   go to card "Tear-Off"
  24. end mouseUp
  25.  
  26. see page 152
  27.  
  28.  
  29. -- part 50 (button)
  30. -- low flags: 00
  31. -- high flags: A004
  32. -- rect: left=58 top=180 right=204 bottom=189
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: Submenus
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   visual zoom out to card
  44.   go to card "Submenus"
  45. end mouseUp
  46.  
  47.  
  48.  
  49. -- part 59 (button)
  50. -- low flags: 00
  51. -- high flags: 2000
  52. -- rect: left=404 top=280 right=303 bottom=428
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 0 / 0
  55. -- text alignment: 1
  56. -- font id: 0
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: Left
  61. ----- HyperTalk script -----
  62. on mouseUp
  63.   visual scroll left
  64.   go to card "Screen Elements"
  65. end mouseUp
  66.  
  67.  
  68.  
  69. -- part 60 (button)
  70. -- low flags: 00
  71. -- high flags: 2000
  72. -- rect: left=441 top=280 right=303 bottom=465
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 0 / 0
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: Right
  81. ----- HyperTalk script -----
  82. on mouseUp
  83.   visual scroll right
  84.   go to card "Steps 1"
  85. end mouseUp
  86.  
  87.  
  88.  
  89. -- part 62 (button)
  90. -- low flags: 00
  91. -- high flags: A004
  92. -- rect: left=58 top=102 right=126 bottom=189
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 0 / 0
  95. -- text alignment: 1
  96. -- font id: 0
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: Pop-Up
  101. ----- HyperTalk script -----
  102. on mouseUp
  103.   visual zoom out to card
  104.   go to card "Pop-Up"
  105. end mouseUp
  106.  
  107. see page 79,152
  108.